SaveFileText

Save text data to file (write), string must be '\0' terminated, returns true on success

extern (C) @nogc nothrow
bool
SaveFileText
(
const(char*) fileName
,
char* text
)

Meta